Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Aggregate types in UDF #2775

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

adithyaselv
Copy link
Contributor

@adithyaselv adithyaselv commented Dec 13, 2024

Changes behavior of aggregate types like records and tables in User Defined Functions (UDFs)
Add stricter type checking (restrict allowing more fields than expected) for aggregate types in UDF argument and return.

@adithyaselv adithyaselv changed the title Fix Aggregate types in UDF [Draft] Fix Aggregate types in UDF Dec 13, 2024
@LucGenetier
Copy link
Contributor

✅ No public API change.

@adithyaselv adithyaselv changed the title [Draft] Fix Aggregate types in UDF Fix Aggregate types in UDF Jan 8, 2025
@adithyaselv adithyaselv marked this pull request as ready for review January 8, 2025 16:39
@adithyaselv adithyaselv requested a review from a team as a code owner January 8, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants